runtime.stackObjectRecord.gcdata (method)

3 uses

	runtime (current package)
		mgcmark.go#L985: 		ptrBytes, gcData := r.gcdata()
		stack.go#L766: 			ptrBytes, gcData := obj.gcdata()
		stack.go#L1340: func (r *stackObjectRecord) gcdata() (uintptr, *byte) {